sum Function in R (3 Examples) | Remove NA & Adding Up Column Values
Add Column to Data Frame in R (3 Examples) | Append Vector as New Variable to Table | cbind Function
Play
pull R Function of dplyr Package (2 Examples) | Extract Column / Variable from Data Frame / Tibble
Play
Absolute Value in R (2 Examples) | abs Function | Convert Vector & Data Matrix to Positive Values
Play
Format Number as Percentage in R (3 Examples) | Express Numeric Values in Percent | Create Function
Play
Change Spacing of Axis Tick Marks in Base R Plot (2 Examples) | Modify Values with axis() Function
Play
Calculate Mean of Data Frame Column in R (6 Examples) | mean, summarise of dplyr, colMeans & na.rm
Play
Compute z-Score in R (2 Examples) | Normal Standard Scores & Standardized Values | Formula & scale()
Play
Draw Plot with Actual Values as Axis Ticks & Labels in R (2 Examples) | Change Tick Marks of Axes
Play
rep Function in R (3 Examples) | Replicate Elements of Vectors & Lists | times, each & len Arguments
Play
Square Root in R (2 Examples) | How to Apply the sqrt Function in RStudio | Numeric Value & Vector
Play
Conditionally Remove Row from Data Frame in R (3 Examples) | How to Delete Rows of Matrix or Table
Play
Replace X-Axis Values in R (Example) | How to Change & Customize Ticks of Axes | axis() Function
Play
Remove Empty Rows of Data Frame in R (2 Examples) | apply, all, rowSums, is.na & ncol Functions
Play
names() Function in R (2 Examples) | How to Get or Set Names of Vector or List | Modify Data Objects
Play
Draw Plot of Function Curve in R (2 Examples) | Base R vs. ggplot2 Package | curve & stat_function
Play
abline() Function in R (6 Examples) | Draw ABline to Plot | Horizontal, Vertical & Regression Slope
Play
Convert Matrix to Data Frame in R (2 Examples) | Change to data.frame Class | as.data.frame Function
Play
Change Row Names of Data Frame or Matrix in R (4 Examples) | row.names, data.frame & matrix Function
Play
Column TRIX Series
Play
Adding fonts in R
Play